|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchRequestor | |
org.eclipse.jdt.core.search | Provides support for searching the workspace Java elements that match a particular description. |
Uses of SearchRequestor in org.eclipse.jdt.core.search |
Methods in org.eclipse.jdt.core.search with parameters of type SearchRequestor | |
abstract void |
SearchParticipant.locateMatches(SearchDocument[] indexMatches,
SearchPattern pattern,
IJavaSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor)
Locate the matches in the given documents and report them using the search requestor. |
void |
SearchEngine.search(SearchPattern pattern,
SearchParticipant[] participants,
IJavaSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor)
Searches for matches of a given search pattern. |
|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |